home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 536 b | 21 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWBldDef.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993, 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- // This file should contains definitions specific to the build configuration.
-
- #ifndef FWBLDDEF_H
- #define FWBLDDEF_H
-
- // ----- Debug definition
- #define FW_DEBUG
-
- #define FW_BUILD_MAC
- #define FW_BUILD_MAC68K
-
- #endif